# 0 - Basic Logistics Division (1918)
model = {
	cost 					= 3
	buildtime	 			= 60
	manpower 				= 5000
	maxspeed 				= 1
	defaultorganisation 	= 30
	morale					= 30
	defensiveness 			= 3
	toughness				= 1
	softness				= 100
	suppression				= 2
	airdefence				= 3
	softattack				= 3
	hardattack				= 1
	airattack				= 1
	transportweight			= 10
	supplyconsumption 		= 1
	fuelconsumption			= 0
	speed_cap_art			= 5
	speed_cap_eng			= 5
	speed_cap_at			= 5
	speed_cap_aa			= 5
}
# 1 - Improved Logistics Division (1939)
model = {
	cost 					= 3
	buildtime	 			= 60
	manpower 				= 5000
	maxspeed 				= 1
	defaultorganisation 	= 30
	morale					= 30
	defensiveness 			= 6
	toughness				= 1
	softness				= 95
	suppression				= 2
	airdefence				= 4
	softattack				= 6
	hardattack				= 1
	airattack				= 3
	transportweight			= 10
	supplyconsumption 		= 1
	fuelconsumption			= 0
	speed_cap_art			= 5
	speed_cap_eng			= 5
	speed_cap_at			= 5
	speed_cap_aa			= 5
}
# 2 - Advanced Logistics Division (1943)
model = {
	cost 					= 3
	buildtime	 			= 60
	manpower 				= 5000
	maxspeed 				= 1
	defaultorganisation 	= 30
	morale					= 30
	defensiveness 			= 10
	toughness				= 1
	softness				= 85
	suppression				= 2
	airdefence				= 6
	softattack				= 8
	hardattack				= 2
	airattack				= 4
	transportweight			= 10
	supplyconsumption 		= 1
	fuelconsumption			= 0
	speed_cap_art			= 5
	speed_cap_eng			= 5
	speed_cap_at			= 5
	speed_cap_aa			= 5
}